Skip to content

Commit 2f92789

Browse files
committed
Adding front end resources
1 parent d0418a1 commit 2f92789

9 files changed

+390
-0
lines changed

src/main/webapp/WEB-INF/resources/css/bootstrap.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
/* Space out content a bit */
2+
body {
3+
padding-top: 20px;
4+
padding-bottom: 20px;
5+
}
6+
7+
.image {
8+
height: auto;
9+
width: auto;
10+
max-width: 70px;
11+
max-height: 70px;
12+
}
13+
14+
/* Everything but the jumbotron gets side spacing for mobile first views */
15+
.header,
16+
.marketing,
17+
.footer {
18+
padding-right: 15px;
19+
padding-left: 15px;
20+
}
21+
22+
/* Custom page header */
23+
.header {
24+
padding-bottom: 20px;
25+
border-bottom: 1px solid #e5e5e5;
26+
}
27+
/* Make the masthead heading the same height as the navigation */
28+
.header h3 {
29+
margin-top: 0;
30+
margin-bottom: 0;
31+
line-height: 40px;
32+
}
33+
34+
/* Custom page footer */
35+
.footer {
36+
padding-top: 19px;
37+
color: #777;
38+
border-top: 1px solid #e5e5e5;
39+
}
40+
41+
/* Customize container */
42+
@media (min-width: 768px) {
43+
.container {
44+
max-width: 730px;
45+
}
46+
}
47+
.container-narrow > hr {
48+
margin: 30px 0;
49+
}
50+
51+
/* Main marketing message and sign up button */
52+
.jumbotron {
53+
text-align: center;
54+
border-bottom: 1px solid #e5e5e5;
55+
}
56+
.jumbotron .btn {
57+
padding: 14px 24px;
58+
font-size: 21px;
59+
}
60+
61+
/* Supporting marketing content */
62+
.marketing {
63+
margin: 40px 0;
64+
}
65+
.marketing p + h4 {
66+
margin-top: 28px;
67+
}
68+
69+
/* Responsive: Portrait tablets and up */
70+
@media screen and (min-width: 768px) {
71+
/* Remove the padding we set earlier */
72+
.header,
73+
.marketing,
74+
.footer {
75+
padding-right: 0;
76+
padding-left: 0;
77+
}
78+
/* Space out the masthead */
79+
.header {
80+
margin-bottom: 30px;
81+
}
82+
/* Remove the bottom border on the jumbotron for visual effect */
83+
.jumbotron {
84+
border-bottom: 0;
85+
}
86+
}
Binary file not shown.

src/main/webapp/WEB-INF/resources/fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/main/webapp/WEB-INF/resources/js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/WEB-INF/resources/js/jquery.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)