Skip to content

Commit

Permalink
Final Hackathon Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniketh896 committed Nov 4, 2019
1 parent 507ef7f commit d709842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app.db
Binary file not shown.
4 changes: 2 additions & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
</div>
<h3 class="new_font" style ="margin-left: 5%; margin-top:1%;">Event Categories</h3>
<div class="scrolling-wrapper-flexbox zxc1">
<div class="scrolling-wrapper-flexbox zxc1" style="margin-bottom: 20%;">

<div class="card card1 fe1" style="background: url({{ url_for('static', filename='images/cit.jpg') }}); border-radius:15px ; margin-top: 7px; margin-left:6px; margin-right:6px;height: 6%; width: 55% ; font-size: 15px;"><a href="/branch?br=CSE"><h2 class="cat">C & IT</h2></a></div>
<div class="card card1 fe1" style="background: url({{ url_for('static', filename='images/mech.jpg') }}) ;border-radius:15px ; margin-top: 7px; margin-left:6px; margin-right:6px;height: 6%; width: 55% ; font-size: 15px;"><a href="/branch?br=Mechanical"><h2 class="cat new_font">Mechanical</h2></a></div>
Expand All @@ -47,7 +47,7 @@ <h3 class="new_font" style ="margin-left: 5%; margin-top:1%;">Event Categories</
</div>


<div class="container" style="margin-top: -10%">
<div class="container" style="margin-top: -20%">
<h3 class="new_font">C & IT Events</h3>
<div class="row new_font">
{% for evn in cse_events %}
Expand Down

0 comments on commit d709842

Please sign in to comment.