forked from shekar73/designpatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.39 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
---
title: "Home"
layout: general
---
<div class="pl-hero">
<div class="container">
<h1 class="text-center"><b>Kitware</b> UI Design Library</h1>
<h3 class="text-center">A repository of styleguides for Kitware applications.</h3>
<div class="row">
<div class="col-sm-12 text-center">
<div style="margin-top: 30px; margin-bottom: 15px;">
<a href="{{ site.baseurl }}/apps.html" class="btn btn-lg btn-default">View Applications</a>
</div>
</div>
</div>
</div>
<div class="pl-hero-background"></div>
</div>
<div class="pl-about">
<div class="container panel-body">
<div class="row">
<div class="col-sm-6 pl-padded-col">
<h2>Request changes/additions</h2>
<p>If you'd like to discuss a change or addition to any of the styleguides in this library, feel free to create an issue on the <a href="https://github.com/jtomeck/kwui_library" target="_blank">Github Repository</a></p>
</div>
<div class="col-sm-6 pl-padded-col">
<h2>Need a styleguide created/added?</h2>
<p>Contact our UI/UX Designer, <a href="mailto:[email protected]">Jared Tomeck</a> if you manage a Kitware-made application and would like a styleguide created for it.</p>
</div>
</div>
</div>
</div>