-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·308 lines (275 loc) · 13.6 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Kozmo">
<title>Karnaak :: A decent grid for HTML projects ::..</title>
<meta name="keywords" content="">
<meta name="description" content="">
<!-- CSS -->
<link rel="stylesheet" href="css/yoursite.css">
<link rel="stylesheet" href="vendor/jquery/jquery-ui.min.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/vendor/aos/aos.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@900&family=Raleway&display=swap" rel="stylesheet">
<!-- JS -->
<script src="js/k-master.js"></script>
<script src="vendor/modernizr/modernizr.js"></script>
<script src="/assets/css/less/less.min.js"></script>
<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/jquery/jquery-ui.min.js"></script>
<script src="js/corporate-ol.js"></script>
<script src="vendor/aos/aos.js"></script>
<!-- date picker -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body>
<section class="kg-container">
<header class="kg-grid mainHeader unuscolor-d-bg" id="mainHeader">
<div class="[ zeb-12 zeb-m-12 ]">
<div class="[ zeb-4 zeb-m-6 ]">
<div class="header--logo k-left">
<div class="desktop-top-nav__item">
<a class="albus-txt k-btn txt-bold txt-bigger">Karnak</a>
</div>
</div>
</div>
<div class="[ zeb-8 zeb-m-6 ] k-hide-small">
<nav data-ui-component="desktopTopNav" class="k-right">
<div class="desktop-top-nav__list k-bar">
<div class="desktop-top-nav__item">
<div class="k-dropdown-hover">
<div class="k-btn unus-d-hover albus-txt align-center flexxer">icon<span class="material-icons k-vert-center">arrow_drop_down</span></div>
<div class="k-dropdown-content duocolor-d-bg">
<a href="" class="desktop-main-nav__sub-menu__item k-block k-padding-tiny duo-d-hover txt-left">
<span class="k-container">link1</span></a>
</div>
</div>
</div>
<div class="desktop-top-nav__item">
<p class="albus-txt k-btn unus-d-hover">2</p>
</div>
<div class="desktop-top-nav__item">
<p class="albus-txt k-btn unus-d-hover">3</p>
</div>
</div>
</nav>
</div>
<!-- Mobile main menu -->
<div class="k-sidebar k-bar-block unuscolor-d-bg k-hide-large k-hide-medium" id="mobileMenu_bar">
<nav data-ui-component="mobileMainNav_menu" class="mobile-main-nav__menu">
<a class="k-bar-item k-btn" href="">1</a>
<a class="k-bar-item k-btn" href="">2</a>
<a class="k-bar-item k-btn" href="">3</a>
<div class="k-bar-item k-btn" onclick="k_close()">Close Menu</div>
</nav>
</div>
<!-- -->
<div class="[ zeb-6 zeb-m-6 ] k-hide-large k-hide-medium">
<nav data-ui-component="mobileMainNav_btn" class="k-right" onclick="k_open()">
<div class=" pointit unus-d-hover k-padding-tiny">
<span class="material-icons md-36">menu</span>
</div>
</nav>
</div>
<!-- -->
</div>
</header>
<!-- HIDDEN MENU que aparece despues de scrollear 100px -->
<div data-ui-component="mainHiddenTopMenu" id="mainHiddenMenu" class="[ zeb-12 zeb-m-12 ] unuscolor-d-bg k-hide-small k-hide-medium" hidden>
<div class="k-container">
<div class="[ zeb-12 zeb-m-12 ] k-padding-tiny">
<div class="[ zeb-3 ]">
<div class="k-container">
<img src="" alt="a smaller/alt logo">
</div>
</div>
<div class="[ zeb-9 ]">
<div class="k-right">
<p>other content</p>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="kg-grid mainCover">
<div class="imma-parallax-cover flexxer flexxer-column align-center just-center">
<div class="k-container txt-center">
<h1 class="albus-txt">Karnak</h1>
<h3 class="albus-txt">A simple, fast & responsive CSS framework</h3>
</div>
</div>
</div>
<div class="kg-grid mainContent albus-bg">
<div class="">
<div class="k-container">
<div class="k-padding-big">
<div class="zeb-8">
<div class="k-panel">
<h4>Karnak is an easy way to create landing pages that includes a semantic, responsive and light-weight css framework.</h4>
</div>
</div>
<div class="zeb-4">
<div class="k-panel txt-center">
<img src="" alt="something">
</div>
</div>
</div>
</div>
<div class="k-container i_inline">
<div class="k-padding-big">
<div class="zeb-2"> </div>
<div class="zeb-8">
<div class="k-panel">
<hr>
<h3 class="txt-center k-padding-small duocolor-txt">Easy to install and easy to use, Karnak is constructed with <i>W3</i> compliances while the <i>css</i> is optimized with <i>Less</i> language.</h3>
<hr>
</div>
</div>
<div class="zeb-2"> </div>
</div>
</div>
<div class="k-container">
<div class="k-padding-big">
<div class="zeb-4">
<div class="k-panel">
<img src="" alt="something">
</div>
</div>
<div class="zeb-8">
<div class="k-panel txt-center i_inline">
<h4>Karnak makes use of the powerful <i>CSS</i> grid layout system and a custom-made classic 12 column grid for great html foundations.</h4>
</div>
</div>
</div>
</div>
<div class="k-container k-padding-big duocolor-bg bg-insert2">
<div class="flexxer flexxer-column align-center just-center k-padding-huge">
<div class="zeb-12 txt-center">
<h4 class="albus-txt">Code faster, better and cleaner using Karnak for your small web-design projects.</h4>
</div>
</div>
</div>
<div class="k-container">
<div class="k-padding-big">
<div class="zeb-4 flexxer flexxer-column align-center just-center">
<div class="k-panel">
<h4 class="trescolor-txt k-padding-small">Go Big, go small, Karnak's got your back.</h4>
<p>Karnak brings out-of-the-box responsiveness for mobile devices. Just add some less-powered media queries for extra flavor in tablets and smartphones and you'll be good to go!</p>
</div>
</div>
<div class="zeb-4 flexxer flexxer-column align-center just-center">
<div class="k-panel i_inline">
<h4 class="trescolor-txt k-padding-small">Smart chromatic sequential system.</h4>
<p>A simple <i>"brand-colors"</i> less file will help you read, write and edit colors all over your code using classes; can´t get easier than that.</p>
</div>
</div>
<div class="zeb-4 flexxer flexxer-column align-center just-center">
<div class="k-panel i_inline">
<h4 class="trescolor-txt k-padding-small">A little bit of <i>SMACSS</i>, a little bit of <i>OOCSS.</i> OMG LOL.</h4>
<p>Karnak's css structure is inspired in both <i>SMACCS</i> ans <i>OOCSS</i> philosophies to ensure scalable and modular design principles for your coding needs.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="kg-grid mainFooter unuscolor-d-bg clearfix">
<div class="zeb-12 zeb-m-12 k-padding-big">
<div class="zeb-4 zeb-m-12 footerColumns">
<p>1</p>
</div>
<div class="zeb-4 zeb-m-12 footerColumns">
<ul>
<li>
<p>1</p>
</li>
<li>
<p>2</p>
</li>
</ul>
</div>
<div class="zeb-4 zeb-m-12 footerColumns">
<ul>
<li class="k-padding-tiny">
<p><span class="material-icons k-vert-center">mail</span> kozmopimp@gmail.com</p>
</li>
<li class="k-padding-tiny">
<p><span class="material-icons k-vert-center">alternate_email</span> Hire me for your future projects</p>
</li>
<li class="k-padding-tiny">
<p><span class="material-icons k-vert-center">battery_charging_full</span> Buy me a coffee</p>
</li>
</ul>
</div>
</div>
<div class="zeb-12 txt-center">
<div class="k-panel">
<small class="albus-txt">Karnak is made with ♥ by Kozmo © 2020</small>
</div>
</div>
</footer>
</section>
<!-- JQ -->
<script>
$(document).ready(function() {
var headerTop = $('#mainHeader').offset().top;
var headerBottom = headerTop + 100; // Sub-menu should appear after this distance from top.
$(window).scroll(function () {
var scrollTop = $(window).scrollTop(); // Current vertical scroll position from the top
if (scrollTop > headerBottom) { // Check to see if we have scrolled more than headerBottom
if (($("#mainHiddenMenu").is(":visible") === false)) {
$('#mainHiddenMenu').fadeIn('slow').addClass('mainHiddenMenufadeIn');
}
} else {
if ($("#mainHiddenMenu").is(":visible")) {
$('#mainHiddenMenu').hide();
}
}
});
});
</script>
<script>
function k_open() {
document.getElementById("mobileMenu_bar").style.width = "100%";
}
function k_close() {
document.getElementById("mobileMenu_bar").style.width = "0%";
}
/* Open when someone clicks on the span element */
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
/* Close when someone clicks on the "x" symbol inside the overlay */
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
function myFunction(id) {
var x = document.getElementById(id);
if (x.className.indexOf("k-show") == -1) {
x.className += " k-show";
} else {
x.className = x.className.replace(" k-show", "");
}
}
function openCity(evt, cityName) {
var i, x, tablinks;
x = document.getElementsByClassName("city");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" k-active-tab", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " k-active-tab";
}
</script>
<!-- // JQ -->
</body>
</html>