File tree Expand file tree Collapse file tree 6 files changed +55
-2
lines changed Expand file tree Collapse file tree 6 files changed +55
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h5 class="media-heading">Some User</h5> <!-- username -->
4444
4545 < div class ="list-group col-lg-2 pull-right ">
4646 < a class ="list-group-item active " href ="# ">
47- Some User
47+ Visitor(s)
4848 </ a >
4949 < a class ="list-group-item " href ="# "> Waiting User 1</ a >
5050 < a class ="list-group-item " href ="# "> Waiting User 2</ a >
Original file line number Diff line number Diff line change 1+ .jumbotron {
2+ background-position : center;
3+ background-size : 100% auto;
4+ background-image : url (/img/artistic.jpg);
5+ border-radius : 6px ;
6+ }
7+
8+ .jumbotron h1 {
9+ color : # fff ;
10+ /*text-shadow: 2px 2px #100e19;*/
11+ font-size : 63px ;
12+ line-height : 75px ;
13+ font-weight : 700 ;
14+ }
15+ .jumbotron p {
16+ color : # fff ;
17+ text-shadow : 2px 2px # 100e19 ;
18+ line-height : 1.5em ;
19+ /*-webkit-text-stroke: 1px black;*/
20+ }
Original file line number Diff line number Diff line change 99 @import url ("css/bootstrap-theme.min.css" );
1010 @import url ("css/layout.css" );
1111 @import url ("css/style.css" );
12+ @import url ("css/jumbotron.css" );
1213 </ style >
1314 </ head >
1415 < body >
Original file line number Diff line number Diff line change 1+ < div class ="marketing ">
2+ < div class ="jumbotron ">
3+ < div class ="container ">
4+ < h1 > chatbØx</ h1 >
5+ </ div > <!-- container -->
6+ </ div > <!-- jumbotron -->
7+
8+ < div class ="container ">
9+ < div class ="row ">
10+ < div class ="col-md-4 ">
11+ < h2 > Communicate Effectively</ h2 >
12+ < p > When customers land on your site they are presented with a simple window with which they can communicate with agents from your company.</ p >
13+ < p > < a class ="btn btn-default " href ="# " role ="button "> Learn More</ a > </ p >
14+ </ div >
15+ < div class ="col-md-4 ">
16+ < h2 > Bleeding Edge Tech</ h2 >
17+ < p > We built this service using Clojure - a modern LISP for tackling modern problems.</ p >
18+ < p > < a class ="btn btn-default " href ="# " role ="button "> See Our Tech</ a > </ p >
19+ </ div >
20+ < div class ="col-md-4 ">
21+ < h2 > Sign Up</ h2 >
22+ < p > Click the button below to sign up and see what chatb0x is all about!</ p >
23+ < p > < a class ="btn btn-default " href ="# " role ="button "> Sign Up</ a > </ p >
24+ </ div >
25+ </ div >
26+ </ div > <!-- container -->
27+ </ div > <!-- marketing -->
28+
Original file line number Diff line number Diff line change 6262(html/defsnippet admin-dash " public/admin-dashboard.html"
6363 [:div.container ] [])
6464
65+ (html/defsnippet marketing " public/marketing.html"
66+ [:div.marketing ] [])
67+
6568(html/defsnippet auth-profile (io/resource " public/welcome.html" )
6669 [:body :div.user ]
6770 [req]
9396(html/deftemplate landing (io/resource " public/landing.html" )
9497 [req]
9598 [:body :div.navbar ] (html/substitute (navbar req))
96- [:body :#content ] (html/substitute (non-app-content req ))
99+ [:body :#content ] (html/substitute (marketing ))
97100 [:body ] (brepl-injection ))
98101
99102; ;; Default page for erroneous logins
194197 (wrap-session )
195198 ; ;(wrap-lint)
196199 ))
200+
You can’t perform that action at this time.
0 commit comments