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
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ font-size: 30px;

.nounderline:HOVER
{
text-decoration: none !important;
text-decoration: underline;
}
.text-normal-gray-medium
{
Expand Down
4 changes: 2 additions & 2 deletions src/lab/Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<div class="col-md-10 lab-list-col-10">

<!--edit -->
<h1 class="text-h2-lightblue">Artificial Neural Networks</h1><a href="http://feedback.vlabs.ac.in/">Feedback</a> </div>
<h1 class="text-h2-lightblue">Artificial Neural Networks</h1><a href="feedback_broken.html">Feedback</a> </div>
</div>
</div>
<!-- =================================================================================================================================== -->
Expand Down Expand Up @@ -142,7 +142,7 @@ <h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">U
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > FEEDBACK</a></div>
<div><a href="#" class="text-a-lightgreen" style="text-decoration: underline;" > SAKSHAT PORTAL</a></div> -->
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;"> Contact us</h2>
<a href="http://feedback.vlabs.ac.in/" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
<a href="feedback_broken.html" class="text-a-lightgreen" style="text-decoration: underline;" > Feedback</a>
<a class="text-a-lightgreen"style="text-decoration: underline;" href="mailto:support@vlabs.ac.in">support@vlabs.ac.in</a>
</div>

Expand Down
Binary file added src/lab/duckduckgo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/lab/feedback_broken.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Feedback</title>
</head>
<body style="background-image:url('duckduckgo.jpg');">
<img src="duckduckgo.jpg">
</body>
</html>