Skip to content

Commit 4ba6df0

Browse files
overhaul
1 parent 30f7cc9 commit 4ba6df0

15 files changed

+383
-482
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/BG_LOGO.psd

1020 KB
Binary file not shown.

assets/Enigma_toolbox2.png

462 KB
Loading

assets/anna23.png

1.68 MB
Loading

assets/base.css

+21-14
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,35 @@ h1, h2 {
2121
font-family: 'Roboto', sans-serif;
2222
}
2323
h1 {
24-
font-weight: 400;
24+
font-weight: 300;
2525
font-size: 24px;
2626
line-height: 46px;
2727
color: #0B0B3B;
2828
}
2929
h2 {
30-
font-weight: 500;
30+
font-weight: 300;
3131
font-size: 16px;
3232
line-height: 25px;
3333
margin-bottom: -20px;
34-
color: #0B0B3B;
34+
color: #FFFFFF;
3535
}
3636
h3 {
3737
font-family: 'Roboto', sans-serif;
3838
color: #FFFFFF;
39-
font-weight: 500;
39+
font-weight: 300;
4040
font-size: 24px;
4141
line-height: 33px;
4242
margin-bottom: -10px;
4343
}
44-
p {
44+
h4 {
4545
font-weight: 300;
46+
font-size: 24px;
47+
line-height: 36px;
48+
margin-bottom: -20px;
49+
color: #0B0B3B;
50+
}
51+
p {
52+
font-weight: 200;
4653
color: #1F1F1F;
4754
margin: 20px 0;
4855
font-size: 16px;
@@ -56,17 +63,17 @@ h4 {
5663
line-height: 24px;
5764
}
5865
a:link,a:active {
59-
font-weight: 400;
66+
font-weight: 200;
6067
color: #0B0B3B;
6168
text-decoration: none;
6269
}
6370
.linkwhite {
64-
font-weight: 400;
71+
font-weight: 200;
6572
color: #FFFFFF;
6673
text-decoration: none;
6774
}
6875
a:visited, a:hover {
69-
font-weight: 400;
76+
font-weight: 200;
7077
color: #0B0B3B;
7178
text-decoration: underline;
7279
}
@@ -80,22 +87,22 @@ a:visited, a:hover {
8087

8188
.content2 {
8289
position: relative;
83-
background: #000000 url(brain_1lr_code.jpg) no-repeat center top fixed;
90+
background: #FFFFFF url(brain_1lr_code.jpg) no-repeat center top fixed;
8491
background-size: initial;
8592
min-height: 550px;
8693
max-height: 550px;
8794
}
8895

8996
.content {
9097
position: relative;
91-
background: #000000 url(brain_1lr.jpg) no-repeat center top fixed;
98+
background: #FFFFFF url(brain_1lr.jpg) no-repeat center top fixed;
9299
background-size: initial;
93100
min-height: 550px;
94101
max-height: 550px;
95102
}
96103
.content_contact {
97104
position: relative;
98-
background: #0B0B3B no-repeat center center fixed;
105+
background: #CCCCCC no-repeat center center fixed;
99106
background-size: cover;
100107
}
101108
.content_black {
@@ -141,17 +148,17 @@ a:visited, a:hover {
141148
text-decoration: underline;
142149
}
143150
.summary {
144-
color: #d9dee2;
151+
color: #FFFFFF;
145152
margin-top: 40px;
146153
margin-bottom: 60px;
147154
}
148155
.summary2 {
149-
color: #d9dee2;
156+
color: #000000;
150157
margin-top: 20px;
151158
margin-bottom: 60px;
152159
}
153160
.summary3 {
154-
color: #d9dee2;
161+
color: #000000;
155162
margin-top: 20px;
156163
margin-bottom: 60px;
157164
font-size: 12px;

assets/brain_1lr copy.jpg

173 KB
Loading

assets/brain_1lr.jpg

-68.6 KB
Loading

assets/brainstat_logo_bw.png

16.8 KB
Loading

assets/fb_bw_50.gif

27 Bytes
Loading

assets/git_bw_50.gif

27 Bytes
Loading

assets/rg_icon.gif

19 Bytes
Loading

assets/twitter_bw_50.gif

27 Bytes
Loading

fixed-navigation-bar.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
right: 0;
66
z-index: 9999;
77
width: 100%;
8-
height: 50px;
9-
background-color: #0B0B3B;
8+
height: 80px;
9+
background-color: #ffffff;
1010
}
1111

1212
/* The element at the top of the page right after the fixed navigation bar
@@ -17,19 +17,19 @@
1717

1818
/* Example responsive navigation menu */
1919
.fixed-nav-bar li, .fixed-nav-bar a {
20-
height: 50px;
21-
line-height: 50px;
20+
height: 70px;
21+
line-height: 70px;
2222
}
2323
.menu {
2424
width: 90%;
2525
max-width: 960px;
2626
margin: 0 auto;
2727
}
2828
.menu a, .menu a:visited {
29-
color: #ffffff;
29+
color: #0B0B3B;
3030
}
3131
.menu a:hover, .menu a:target {
32-
color: #ebebeb;
32+
color: #0B0B3B;
3333
}
3434
.menu-items {
3535
display: inline-block;
@@ -43,7 +43,7 @@
4343
margin-left: 10px;
4444
}
4545
a.sitename, a:visited.sitename {
46-
color: #e0e0e0;
46+
color: #0B0B3B;
4747
}
4848
.menu-items li {
4949
display: inline-block;

index.html

+355-461
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)