-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (78 loc) · 2.57 KB
/
index.html
File metadata and controls
82 lines (78 loc) · 2.57 KB
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
---
layout: MainLayout
title:
---
<div class="page-header">
<h1>Responsive Prototype</h1>
</div>
<h2>Bootstrap Components</h2>
<ul>
<li><a href="{{ site.baseurl }}/components/color.html">Color</a>
</li>
<li><a href="{{ site.baseurl }}/components/display.html">Display</a>
</li>
<li><a href="{{ site.baseurl }}/components/icons.html">Icons</a>
</li>
<li><a href="{{ site.baseurl }}/components/images.html">Images</a>
</li>
<li><a href="{{ site.baseurl }}/components/interactive.html">Interactive</a>
</li>
<li><a href="{{ site.baseurl }}/components/typography.html">Typography</a>
</li>
<li><a href="{{ site.baseurl }}/components/typography-comparison.html">Type Comparison</a>
</li>
</ul>
<h2>Sample Pages</h2>
<ul>
<li>
<a href="{{ site.baseurl }}/pages/college-dept-home/college-dept-home.html">Academic Home Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/admin-home/admin-home.html">Administrative Home Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/employee-index/employee-index.html">Employee Index</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/employee-info/employee-info.html">Employee Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/content/content.html">Content Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/homepage/homepage.html">Home Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/homepage/homepage-mockup.html">Home Page Mockup</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/news-detail/news-detail.html">News Detail</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/news-front/news-front.html">News Front</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/news-index/news-index.html">News Index</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/search/search.html">Search</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/services.html">Service Map</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/academic-discovery-center/adc-category.html">Academic Discovery Center : Category Page</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/academic-discovery-center/adc-article.html">Academic Discovery Center : Article</a>
</li>
<li>
<a href="{{ site.baseurl }}/pages/parallax/parallax.html">Parallax Sample Page</a>
</li>
</ul>
<h2>Apps/Prototypes</h2>
<ul>
<li>
<a href="{{ site.baseurl }}/pages/service-map/footer-example.html">Service Map Search Bar</a>
</li>
</ul>