Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5d8541f
Add files via upload
shruti-kk Apr 28, 2021
3a6cc6c
Update bubble_map.html
shruti-kk Apr 28, 2021
cdc573f
Update team4.html
shruti-kk Apr 28, 2021
b2735c6
Update team4.html
shruti-kk Apr 28, 2021
1b1a15d
Update team4.html
shruti-kk Apr 28, 2021
1b1438f
Add files via upload
shruti-kk Apr 28, 2021
af01225
Bubble map tool tip changes
shruti-kk Apr 28, 2021
2c1c509
Tooltip text modified for bubble map
shruti-kk Apr 28, 2021
d17ab39
CSS changes
shruti-kk Apr 28, 2021
8f4f48d
Background image sample
shruti-kk Apr 28, 2021
c0f24bd
Background image sample
shruti-kk Apr 28, 2021
e4ee947
Update calendar_view.html
pcbchan Apr 29, 2021
088aac6
Merge pull request #1 from pcbchan/patch-1
shruti-kk Apr 29, 2021
4dde28f
Update calendar_view.html
shruti-kk Apr 29, 2021
e080b1e
Update calendar_view.html
pcbchan Apr 29, 2021
f40591e
Word buzz viz added
shruti-kk Apr 29, 2021
e9914fc
Merge branch '2021_spring_team4' of https://github.com/shruti-kk/ufo.…
shruti-kk Apr 29, 2021
0f6627d
team-4 html content text edited
shruti-kk Apr 29, 2021
42fb38e
Update d3_stackedbar.js
pcbchan Apr 29, 2021
b65c996
Update d3_stackedbar.js
pcbchan Apr 29, 2021
6192382
Update d3_stackedbar.js
pcbchan Apr 29, 2021
3ae7a65
Update d3_stackedbar.js
pcbchan Apr 29, 2021
5dee489
geoparser content added
shruti-kk Apr 30, 2021
1ad6d43
Merge branch '2021_spring_team4' of https://github.com/shruti-kk/ufo.…
shruti-kk Apr 30, 2021
7b918db
Sun burst code
shruti-kk Apr 30, 2021
f271d99
Stacked bar plot updated
shruti-kk Apr 30, 2021
4e64f7a
Stacked bar x axis
shruti-kk Apr 30, 2021
a102c58
emails subject wordcloud
shruti-kk Apr 30, 2021
06640ed
subject wordcloud added
shruti-kk Apr 30, 2021
2705866
html css changed
shruti-kk May 1, 2021
98583e1
Insights added
shruti-kk May 1, 2021
3f4a7a4
Overview added
shruti-kk May 1, 2021
bd24c89
sun burst insight added
shruti-kk May 1, 2021
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
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions css/scrolling-nav.css
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
/*!
* Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
}

html {
width: 100%;
height: 100%;
}

@media(min-width:767px) {
.navbar {
padding:7px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-default {
background-color: #990000;
}

.top-nav-collapse {
padding: 0;
}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

.intro-section {
height: 100%;
padding-top: 50px;
color: white;
text-align: center;
background: #fff;
background-image: url('../images/iceberg.jpg');
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
}

.about-section {
height: 100%;
padding-top: 90px;
text-align: center;
background: #fffffa;
}

.features-section {
height: 100%;
padding-top: 90px;
text-align: center;
background: #fffffd;
}

.getting-started-section {
height: 100%;
padding-top: 90px;
padding-bottom: 90px;
text-align: center;
background: #fffffa;
min-height: 1000px;
}

.extras-section {
height: 100%;
padding-top: 50px;
color: white;
text-align: center;
background: #fff;

}

.partner-section {
height: 100%;
padding-top: 20px;
text-align: center;
background: #fffffa;
min-height: 800px;
}
/*!
* Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
}
html {
width: 100%;
height: 100%;
}
@media(min-width:767px) {
.navbar {
padding:7px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-default {
background-color: #990000;
}
.top-nav-collapse {
padding: 0;
}
}
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */
.intro-section {
height: 100%;
padding-top: 50px;
color: white;
text-align: center;
background: #fff;
background-image: url('../images/iceberg.jpg');
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
}
.about-section {
height: 100%;
padding-top: 90px;
text-align: center;
background: #fffffa;
}
.features-section {
height: 100%;
padding-top: 90px;
text-align: center;
background: #fffffd;
}
.getting-started-section {
height: 100%;
padding-top: 90px;
padding-bottom: 90px;
text-align: center;
background: #fffffa;
min-height: 1000px;
}
.extras-section {
height: 100%;
padding-top: 50px;
color: white;
text-align: center;
background: #fff;
}
.partner-section {
height: 100%;
padding-top: 20px;
text-align: center;
background: #fffffa;
min-height: 800px;
}
Loading