Skip to content

Commit

Permalink
update exhibition
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekkumarweb committed Dec 14, 2016
1 parent 1dd461c commit 8743542
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 320 deletions.
310 changes: 0 additions & 310 deletions frontend/exhibition.html

This file was deleted.

4 changes: 2 additions & 2 deletions frontend/exhibitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ <h1 style="font-size:4em;margin:0.2em">EXHIBITIONS</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive center-block" src="/img/event.png">
<div class="col-md-4 animated slideInLeft">
<img class="img-responsive center-block" src="/img/exhibition.png">
</div>
<div class="col-md-8">
<p class="" style="font-size:1.5em;padding:1% 5%;">
Expand Down
Binary file added public/img/exhibition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/views/exhibitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ <h1 style="font-size:4em;margin:0.2em">EXHIBITIONS</h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive center-block" src="/img/event.png">
<div class="col-md-4 animated slideInLeft">
<img class="img-responsive center-block" src="/img/exhibition.png">
</div>
<div class="col-md-8">
<p class="" style="font-size:1.5em;padding:1% 5%;">
Expand Down
29 changes: 23 additions & 6 deletions templates/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>nvision 2017</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/parallax.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/materialize.min.css">
<!-- <link rel="stylesheet" href="css/updates.css"> -->
<link rel="stylesheet" href="css/animations.css">
Expand Down Expand Up @@ -85,6 +85,14 @@
z-index: 98;
/*border: 1px solid #f00;*/
}
.dropdown1, .dropdown1 * {
background-color: transparent !important;
color: black;
}
.btnfosd {
text-align: center;
width: 100px;
}
</style>

<div id="pre-loader">
Expand Down Expand Up @@ -157,14 +165,23 @@ <h3><b>Updates</b></h3>
<li><a href="/sponsors" class="btnfos" style="color:#000 !important"><svg><rect x="0" y="0" fill="none" width="100%" height="100%"/></svg>Sponsors</a></li>
<li><a href="/workshops" class="btnfos" style="color:#000 !important"><svg><rect x="0" y="0" fill="none" width="100%" height="100%"/></svg>Workshops</a></li>
<li><a href="/team" class="btnfos" style="color:#000 !important"><svg><rect x="0" y="0" fill="none" width="100%" height="100%"/></svg>Team</a></li>
<li class="dropdown">
<a class="dropdown-toggle btnfos" style="color:#000 !important" data-toggle="dropdown" href="#">Archives
<li class="dropdown dropdown1">
<a href="#" class="btnfos dropdown-toggle" style="color:#000 !important" data-toggle="dropdown">
<svg><rect x="0" y="0" fill="none" width="100%" height="100%"/></svg>Archives<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#" class="btnfos btnfosd">2016</a></li><br>
<li><a href="#" class="btnfos btnfosd"></svg>2014</a></li>
</ul>
</li>
<!--<li class="dropdown">
<a class="btnfos dropdown-toggle" data-toggle="dropdown" href="#">Archives
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li style="width:100%"><a href="https://old.nvision.org.in/">2016</a></li>
<li style="width:100%"><a href="#">2015</a></li>
<li style="width:100%"><a href="https://old.nvision.org.in/" class="btnfos btnfosd">2016</a></li>
<li style="width:100%"><a href="#" class="btnfos btnfosd">2015</a></li>
</ul>
</li>
</li>-->
</ul>
</div>
</div>
Expand Down

0 comments on commit 8743542

Please sign in to comment.