Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# FROM nginx
this is mine
DOCKER
SDFHHRTHRTJRTJ
TJHRTJ
sfeafgwe
agfwegwrgvr
cfhdrzjdrtj
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ Then look for the file :
- /src/main/resources/accountsdb
- accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server
- > mysql -u <user_name> -p accounts < accountsdb.sql


06/03/2018
14/03/201231321
sai new commit now
again
again
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/views/index_home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<p style="text-align:justify;">VisualPath is an IT Educational Institute.Established in 2001,and Institute offers world class quality of education and wide range of courses.VisualPath Institute has a dedicated placement team to help students get job placement in various IT job roles with major companies.
</p>
<p><strong>Address:</strong> Flat no: 205, 2nd Floor,NILGIRI Block,Aditya Encalve,Ameerpet, Hyderabad-16</p>
<p><strong>Ph No: </strong> +91-9704455959,9618245689</p>
<p><strong>Ph No: </strong> +91-9704455959,9618245689, 9848060725</p>
<p><strong>E-Mail ID :</strong> visualpath999@gmail.com</p>
</div>
</div>
Expand Down Expand Up @@ -153,4 +153,4 @@
</body>
</html>

</body>
</body>
5 changes: 4 additions & 1 deletion src/main/webapp/WEB-INF/views/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@
<li><a href="#">TECHNOLOGIES</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">GLOG</a></li>
</ul>
<div class="navbar-collapse navbar-right collapse">
<ul class="nav navbar-nav">
<li><a href="${contextPath}/login">Modified</a></li>
<li><a href="${contextPath}/login">LOGIN</a></li>
<li><a href="${contextPath}/registration">SIGN UP</a></li>
<li><a href="${contextPath}/registration">line UP</a></li>
</ul>
</div>

Expand All @@ -71,7 +74,7 @@
<div class="container">

<form method="POST" action="${contextPath}/login" class="form-signin">
<h2 class="form-heading" align="center"> LOGIN </h2>
<h2 class="form-heading" align="center"> NEW LOGIN </h2>
<img class="logo" src="${contextPath}/resources/Images/visualpathlogo3.png" />
<div class="form-group ${error != null ? 'has-error' : ''}">
<span>${message}</span>
Expand Down