Skip to content

Commit

Permalink
Merge pull request #5 from IEEEDTU/master
Browse files Browse the repository at this point in the history
ii
  • Loading branch information
Ishikahooda authored Sep 1, 2017
2 parents c80c3a4 + 0286bfa commit 2f7f78c
Show file tree
Hide file tree
Showing 60 changed files with 758 additions and 33 deletions.
1 change: 0 additions & 1 deletion ieeedtu-website
Submodule ieeedtu-website deleted from f4286a
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mysite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['7bcf37c4.ngrok.io', '127.0.0.1']


# Application definition
Expand Down
11 changes: 11 additions & 0 deletions mysite/static/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions mysite/static/css/font-awesome.min.css

Large diffs are not rendered by default.

95 changes: 81 additions & 14 deletions mysite/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,55 @@ h1, h2, h3, h4, h5, h6 {
color:black;
}
.navbar-default .navbar-brand {
color: #2095F3;
color: white;
font-weight: bold;
}

.navbar-default .navbar-brand:hover {
color: #2196F3;
}

.navbar-default .navbar-nav>li>a {
color: white;
}

.navbar-default .navbar-nav>li>a:hover {
color: #2196F3;
}

.navbar {
margin-bottom: 0px;
background-color: black;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.navbar .nav .active {
border-bottom: 5px solid rgba(25,118,210,0.8);
color:#2196f3;
.navbar .nav .active a {
border-bottom: 5px solid #2196F3;
background-color: black;
color: #2196F3;
font-weight: bold;
}

.navbar .nav .active a {
/* background-color: white; */
color: black;
.navbar .nav .active a:hover {
border-bottom: 5px solid #2196F3;
background-color: black;
color: #2196F3;
font-weight: bold;
}

.navbar-header .navbar-toggle {
border-color: #1976D2;
color: white;
background-color: #1976D2;
}

.navbar-header .navbar-toggle .icon-bar{
background-color: white;
}



.panel-default > .panel-heading {
background-color: white;
}
Expand Down Expand Up @@ -58,20 +85,44 @@ h1, h2, h3, h4, h5, h6 {
}

footer {
background-color: #EEEEEE;
color: #141313;
background-color: #263238;
color: white;
}

footer a, footer h5 {
color: white;
}

footer a:hover {
text-decoration: none;
}

footer .round-icon {
display: inline-block;
}

footer a {
color: #1976D2;
footer .round-icon .fa {
background-color: white;
border-radius: 100%;
box-shadow: 0px 0px 4px 2px rgba(0 , 0, 0, 0.5);
display: table-cell;
font-size: x-large;
height: 36px;
text-align: center;
vertical-align: middle;
width: 36px;
}

footer a .fa {
font-size: xx-large;
.fa {

text-align: center;
vertical-align: middle;

}


.dark-footer {
background-color: black;
background-color: #1976D2;
color: white;
padding: 8px;
}
Expand All @@ -89,3 +140,19 @@ header h1 {
.con {
padding-top: 20px;
}

.vcenter {
display: table;
}

.vcenter div {
display: table-cell;
vertical-align: middle;
float: none;
}

.count
{
color:blue;

}
Binary file added mysite/static/favicon/android-chrome-192x192.png
Binary file added mysite/static/favicon/android-chrome-512x512.png
Binary file added mysite/static/favicon/apple-touch-icon.png
9 changes: 9 additions & 0 deletions mysite/static/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="favicon/mstile-150x150.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added mysite/static/favicon/favicon-16x16.png
Binary file added mysite/static/favicon/favicon-32x32.png
Binary file added mysite/static/favicon/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions mysite/static/favicon/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "IEEE DTU",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}
Binary file added mysite/static/favicon/mstile-150x150.png
182 changes: 182 additions & 0 deletions mysite/static/favicon/safari-pinned-tab.svg
16 changes: 16 additions & 0 deletions mysite/static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,20 @@ $(document).ready(function() {
$(".hover-reveal").mouseleave(function () {
$(this).find(".panel-body").slideToggle(200);
});
});

$(function() {
$('.row .panel').matchHeight();
});

$('.count').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: 10000,
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
});
7 changes: 7 additions & 0 deletions mysite/static/js/bootstrap.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2f7f78c

Please sign in to comment.