-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.kit
47 lines (43 loc) · 1.77 KB
/
index.kit
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- @page_name = nil -->
<!-- @page_description = Skillfully steers team success. Adeptly responds to customer desires and needs. Packs broad experience + pursuit of novel solutions to satisfy interactive design challenges.-->
<!-- @import "partials/headtag" -->
<body>
<div class="scroll-on-page">
<header class="dark-header">
<div class="logo">
<a href="#hero" class="scroll-on-page-link" alt="Nate Paul Design">Nate Paul</a> / Design Lead
</div>
<nav id="scroll-on-page-top">
<ul>
<li><a class="scroll-on-page-link" href="#work">Work</a></li>
<li><a href="/about/">About</a></li>
<!-- <li><a class="scroll-on-page-link" href="#contact">Contact</a></li> -->
</ul>
</nav>
</header>
<section id="hero" name="hero">
<div class="center-middle">
<div class="wrapper">
<h2>Skillfully steers team success.</h2>
<h2>Adeptly responds to customer desires and needs.</h2>
<h2>Packs broad experience + pursuit of novel solutions to satisfy interactive design challenges.</h2>
<a href="#work" class="btn scroll-on-page-link">View Work</a>
</div>
</div>
</section>
<section id="work" name="work">
<div class="wrapper">
<h2>Work</h2>
<!-- @import "/partials/work-intros.html" -->
</div>
</section>
<!-- @import "partials/footer.html" -->
</div>
<!-- @import "partials/scripts.html" -->
</body>
</html>