Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
c8f0d1f
Updating to latest version of the site. Cleaned up directory structure.
Sep 5, 2018
219ab7d
Test
Sep 5, 2018
04c7451
Testing XHR
Sep 7, 2018
bde50db
Testing XHR
Sep 7, 2018
a804888
Testing XHR
Sep 7, 2018
53f0a31
Test XHR
Sep 7, 2018
8f8e05f
Test XHR
Sep 7, 2018
d3e3c59
Test XHR
Sep 7, 2018
e8fd7ec
Test XHR
Sep 7, 2018
f3c46d9
Test XHR
Sep 7, 2018
5c1a061
Test XHR
Sep 7, 2018
7cd1d54
Test XHR
Sep 7, 2018
e455a9e
Test XHR
Sep 7, 2018
7ecdb81
Test XHR
Sep 7, 2018
ed7acae
Test XHR
Sep 7, 2018
d16234d
Test XHR
Sep 7, 2018
f060700
Ticker updates
Sep 7, 2018
6249b46
Ticker updates
Sep 7, 2018
c4f112b
Ticker updates
Sep 7, 2018
4148cfd
Ticker updates
Sep 7, 2018
aba07ea
Ticker updates
Sep 7, 2018
2a2bd13
Ticker updates
Sep 7, 2018
7abc444
Ticker updates
Sep 7, 2018
4a06c25
Ticker updates
Sep 7, 2018
662a336
Ticker updates
Sep 7, 2018
227b7ac
Ticker updates
Sep 7, 2018
9517c83
Ticker updates
Sep 7, 2018
7324dd8
Ticker updates
Sep 7, 2018
b06a6b2
Updates links to https for wallet, explorer, and network stats
Sep 7, 2018
6ca2441
Added gradients for older IE browsers
Sep 7, 2018
6558847
Fixed deep-link scrolling issue so that content is not hidden behind …
Sep 7, 2018
c2dffd8
Mobile nav updates
Sep 7, 2018
147e972
Mobile nav updates
Sep 7, 2018
cc97c93
More ticker styling updates
Sep 7, 2018
e0075bc
Even more ticker styling updates
Sep 7, 2018
da86ca8
White Paper styling updates
Sep 8, 2018
693329c
White Paper styling updates
Sep 8, 2018
5f87db3
Roadmap styling updates
Sep 8, 2018
6e81e9b
Fixed border for cards on timeline when in mobile view
Sep 10, 2018
b8de6c2
Roadmap timeline styling updates
Sep 10, 2018
c09a1ef
Fix iPhone hamburger not responding
Sep 10, 2018
093e6d2
Fix iOS mobile nav
Sep 10, 2018
4f3e832
-
Sep 10, 2018
76f9166
-
Sep 10, 2018
2be2ed6
-
Sep 10, 2018
efa394b
-
Sep 10, 2018
abe2a58
-
Sep 10, 2018
dafabe4
Roadmap content updates
Sep 10, 2018
5da7592
Roadmap timeline styling updates
Sep 10, 2018
c45bdf4
Fixed gradient direction in mobile view of roadmap timeline
Sep 10, 2018
c445d39
Added EGEM icon to roadmap timeline points
Sep 11, 2018
114db7d
-
Sep 11, 2018
25b1902
Added more quarry node info about the EGEM bot
Sep 11, 2018
796fc57
-
Sep 11, 2018
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs/config/applicationhost.config
/.vs
32 changes: 22 additions & 10 deletions css/links.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ a {
text-decoration: underline;
cursor: pointer;
}

a:hover {
color: #8987df;
text-decoration: none;
}

/* Header Links*/
a.nav {
/* Header Links*/
a.nav {
position: relative;
top: 12px;
margin: 10px;
Expand All @@ -19,20 +20,31 @@ a.nav {
letter-spacing: 0.05em;
text-decoration: none;
}
a.nav:hover {
color: #fff;
transition: all 0.5s ease;
text-shadow: 0px 0px 10px #fff;
}
a.nav:not(:hover) {
transition: all 0.5s ease;

a.nav:hover {
color: #fff;
transition: all 0.5s ease;
text-shadow: 0px 0px 10px #fff;
}

a.nav:not(:hover) {
transition: all 0.5s ease;
}

a.mobile-nav {
position: relative;
color: #e4ebfd;
font-size: 1.2em;
letter-spacing: 0.05em;
text-decoration: none;
}

/* Social Media Link Image Animation */
img.social-anim:hover {
transition: all 0.5s ease;
transform: translateX(-10px);
}

img.social-anim:not(:hover) {
transition: all 0.5s ease;
}
}
3 changes: 2 additions & 1 deletion css/particles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* Wrapper for particles.js */
particles-wrapper {
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 340px;
height: 260px;
padding: 0px;
margin: 0px;
overflow: hidden;
Expand Down
119 changes: 73 additions & 46 deletions css/responsive.css
Original file line number Diff line number Diff line change
@@ -1,64 +1,91 @@
/* Responsive Design */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

hamburger-menu {
display: none;
height: 40px;
width: 40px;
margin: 5px 0px;
position: fixed;
top: 7px;
height: 35px;
width: 35px;
margin: 0px;
padding: 0px;
border: 1px solid #e4ebfd;
border-radius: 5px;
text-align: center;
cursor: pointer;
}

hamburger-line {
display: none;
height: 3px;
width: 26px;
margin: 7px 6px;
width: 22px;
margin: 6px 6px;
background-color: #e4ebfd;
border-radius: 1px;
content: "";
}
.menu {
position: absolute;
top: 7px;
left: 10px;
padding: 5px;
background-color: #036;
border: solid 1px #fff;
border-radius: 5px;
cursor: pointer;
}
.container {
display: flex;

ul.nav-menu {
float: right;
display: none;
position: fixed;
height: calc(100% - 80px);
width: 100%;
top: 50px;
left: 0px;
margin: 0px;
padding: 0px;
background: #333;
background: -moz-linear-gradient(90deg, #303 0%, #636 100%);
background: -webkit-linear-gradient(90deg, #636 0%, #636 100%);
background: linear-gradient(90deg, #303 0%, #636 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#330033",endColorstr="#663366",GradientType=1);
text-align: right;
}
.main {
width: 60%;
margin-right: 20px;

.nav-menu.is-open ul {
display: block;
}
.sidebar {
width: 40%;

li.menu-item {
display: block;
height: 50px;
width: 100%;
position: relative;
padding: 12px 20px;
margin: 0px;
background: #636;
background: -moz-linear-gradient(90deg, #969 0%, #636 100%);
background: -webkit-linear-gradient(90deg, #969 0%, #636 100%);
background: linear-gradient(90deg, #959 0%, #636 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#996699",endColorstr="#663366",GradientType=1);
border-bottom: solid 1px #e4ebfd;
list-style-type: none;
}

/*@media(max-width: 1024px) {
.container {
flex-direction: column;
}
.main {
width: 100%;
}
.sidebar {
width: 100%;
}
}*/
@media (max-width: 960px) /*and (-webkit-min-device-pixel-ratio: 2)*/ {
hamburger-menu {
display: block;
}
hamburger-line {
display: block;
}
particles-wrapper {
display: none;
li.menu-item:first-of-type {
border-top: 1px solid #e4ebfd;
}
.nav {
display: none;
}
}

/* Media Queries */
@media (max-width: 960px) /*and (-webkit-min-device-pixel-ratio: 2)*/ {
hamburger-menu {
display: block;
}

hamburger-line {
display: block;
}

particles-wrapper {
display: none;
}

.nav {
display: none;
}
}
Loading