-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (140 loc) · 6.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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Codekat - Make a fun with Technology</title>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="bootstrap-4.1.3-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/lightbox.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.css">
<link rel="stylesheet" href="css/arrow.css">
<link rel="stylesheet" href="css/fixed.css">
<link rel="stylesheet" href="css/waypoints.css">
</head>
<body body-spy="scroll" data-target="#navbarReponsive">
<!-- Start Home Section -->
<div id="home">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="img/nuno.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="custom-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#clients">Clients</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navigation -->
<!-- Start Landing Page Image -->
<div class="landing">
<div class="home-wrap">
<div class="home-inner">
</div>
</div>
</div>
<!-- End landing Page Image -->
<!-- START Landing page caption -->
<div class="caption center-block text-center">
<div class="os-animation" data-animation="bounceInUp" data-delay=".3s">
<h1>WELCOME TO CATKODE</h1>
</div>
<div class="os-animation" data-animation="bounceInUp" data-delay=".5s">
<h3>MAKE FUN WITH TECHNOLOGY</h3>
</div>
<div class="os-animation" data-animation="bounceInUp" data-delay=".7s">
<a class="btn btn-outline-light btn-lg" href="#features">Get Started</a>
</div>
</div>
<!-- END Landing page caption -->
<!-- Bouncing Down Arrow -->
<a class="down-arrow" ref="#features">
<div class="arrow bounce d-none d-md-block">
<i class="fas fa-angle-down" aria-hidden="true"></i>
</div>
</a>
<!-- End of Home Section -->
<!-- Start Features Section -->
<div id="features" class="offset">
<!-- START Animation -->
<div class="os-animation" data-animation="fadeInUp">
<div class="narrow text-center">
<div class="col-12">
<h1>What can CATKODE provide you?</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec qu</p>
<a class="btn btn-secondary btn-sm" href="#contact">Request A Quate</a>
<a class="btn btn-turquoise btn-sm " href="#portfolio">See Our Portfolio</a>
</div>
</div>
</div>
<!-- END Animation -->
</div>
<!-- End Features Section -->
<!-- Start Portfolit Section -->
<div id="portfolit" class="offset">
</div>
<!-- End Portfolit Section -->
<!-- Start Pricing Section -->
<div id="pricing" class="offset">
</div>
<!-- End Pricing Section -->
<!-- Start Team Section -->
<div id="team" class="offset">
</div>
<!-- End Team Section -->
<!-- Start Skills Section -->
<div id="skills" class="offset">
</div>
<!-- End Skills Section -->
<!-- Start Clients Section -->
<div id="clients" class="offset">
</div>
<!-- End Clients Section -->
<!-- Start Contact Section -->
<div id="contact" class="offset">
</div>
<!-- End Contact Section -->
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<!--- Script Source Files -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="bootstrap-4.1.3-dist/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.6.3/js/all.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/lightbox.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.counterup.js"></script>
<script src="js/validator.js"></script>
<script src="js/contact.js"></script>
<!--- End of Script Source Files -->
</body>
</html>