Skip to content

Commit ddd6459

Browse files
committed
updated the application for the all pages.
1 parent 63e76bd commit ddd6459

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

app/views/layouts/application.html.erb

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,58 @@
2424
<%= csrf_meta_tags %>
2525
</head>
2626
<body>
27+
<div class="navbar navbar-fixed-top navbar-inverse">
28+
<div class="navbar-inner">
29+
<div class="container">
30+
<a class="brand" href="#">
31+
LessonOverflow
32+
</a>
33+
<ul class="nav">
34+
<li>
35+
<a href="#">
36+
Home
37+
</a>
38+
</li>
39+
<li class="active">
40+
<a href="">
41+
About
42+
</a>
43+
</li>
44+
<li>
45+
<a href="#">
46+
Contact
47+
</a>
48+
</li>
49+
</ul>
50+
<form class="navbar-form pull-right">
51+
<input name="textinput1" type="email" placeholder="Email" class="span2">
52+
<input name="textinput2" type="password" placeholder="Password" class="span2">
53+
<button class="btn">
54+
Sign in
55+
</button>
56+
</form>
57+
</div>
58+
</div>
59+
</div>
60+
<div class="container">
61+
<div class="well">
62+
<div class="hero-unit">
63+
<div>
64+
<h2>
65+
Learn More
66+
</h2>
67+
<p>
68+
What is LessonOverflow
69+
<br>
70+
View our API Documentation
71+
<br>
72+
Other Freqrtly asked questions
73+
<br>
74+
&nbsp;
75+
</p>
76+
</div>
77+
</div>
78+
</div>
2779
<%= yield %>
2880
</body>
2981
</html>

0 commit comments

Comments
 (0)