Skip to content

Commit c11b2a9

Browse files
author
Saptak Sengupta
committed
Design Updated
1 parent f657104 commit c11b2a9

11 files changed

+329
-641
lines changed

app/about/about.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<md-whiteframe class="md-whiteframe-1dp" layout="column"
1+
<!--<md-whiteframe class="md-whiteframe-1dp" layout="column"
22
ng-style="{ 'margin': $mdMedia('gt-md') ? '8px' : '0 0 4px 0' }">
33
<md-toolbar flex>
44
<h2 class="md-toolbar-tools">
@@ -13,10 +13,15 @@ <h2 class="md-toolbar-tools">
1313
</md-button>
1414
</a>
1515
</div>
16-
</md-whiteframe>
16+
</md-whiteframe>-->
1717
<div class="gdg_loading" ng-show="vm.loading"></div>
1818
<md-card class="description-card" ng-hide="vm.loading"
1919
ng-style="{ 'margin': $mdMedia('gt-md') ? '8px' : '0 0 4px 0' }">
20+
<md-toolbar flex>
21+
<h2 class="md-toolbar-tools">
22+
Google Developer's Group, Allahabad
23+
</h2>
24+
</md-toolbar>
2025
<img ng-show="vm.cover.url" ng-src="{{ vm.cover.url }}" alt="Google+ Cover Image">
2126
<div id="cover" ng-show="vm.cover.url">
2227

app/css/gdg.css

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
11
body {
2+
/*background: #262b2e;*/
23
overflow-y: scroll;
3-
color: #424242;
4+
color: #D8D1D1;
45
font-family: 'Roboto', sans-serif;
56
line-height: 24px;
67
letter-spacing: -0.01em;
8+
/*height:80em;*/
9+
}
10+
11+
p {
12+
color:#262b2e;
13+
}
14+
15+
.smaller {
16+
position:fixed;
17+
top:0px;
18+
}
19+
20+
md-card{
21+
background-color:rgba(255,255,255,0.1) !important;
722
}
823
.gdg_loading {
924
background: url('/app/images/gdg_loading.gif') no-repeat 0 0 rgb(255, 255, 255);
1025
width: 64px;
1126
height: 64px;
1227
}
28+
29+
canvas {
30+
position: absolute;
31+
top: 0;
32+
left: 0;
33+
width: 100%;
34+
height: auto;
35+
}
36+
37+
38+
.md-toolbar-tools {
39+
background: black;
40+
}
41+
1342
md-tabs .md-header {
1443
border-bottom: 1px solid #D8D8D8;
1544
}
@@ -44,6 +73,7 @@ md-tabs .md-header {
4473
}
4574
.navTabs md-tab-item {
4675
padding: 0;
76+
color:#9E9E9E
4777
}
4878
.navTabLink {
4979
padding: 12px 24px;

0 commit comments

Comments
 (0)