10000 some colors · fixmycode/fixmycode.github.io@69a9ab6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69a9ab6

Browse files
committed
some colors
1 parent bfef1e8 commit 69a9ab6

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

css/personal.css

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@ body {
22
font-family: Roboto, Helvetica, arial, sans-serif;
33
font-weight: 200;
44
font-size: 11pt;
5-
background: #B7BFCC;
5+
color: #333;
6+
background: #FFF;
67
}
78

89
h1 {
910
font-size: 170%;
10-
color: #244E99;
11-
text-transform: capitalize;
11+
font-weight: 200;
12+
color: #2F73AB;
13+
text-transform: uppercase;
1214
}
1315

1416
h2 {
1517
text-transform: capitalize;
16-
font-weight: 400;
18+
font-weight: 200;
1719
font-size: 130%;
18-
color: #244E99;
20+
color: #02569C;
1921
}
2022

2123
h3 {
2224
font-weight: 400;
2325
font-size: 120%;
26+
color: #02569C;
2427
}
2528

2629
h1, h2, h3{
@@ -33,16 +36,16 @@ p {
3336
}
3437

3538
a {
36-
color: #3277CC;
39+
color: #0C96E8;
3740
text-decoration: none;
3841
}
3942

4043
a > h2, h2 > a {
41-
color: #244E99;
44+
color: #0C96E8;
4245
}
4346

4447
a:hover {
45-
color: #FFF;
48+
color: #FF9B04;
4649
}
4750

4851
section {
@@ -58,6 +61,10 @@ section {
5861
margin-bottom: 0;
5962
}
6063

64+
#personal h1 {
65+
font-weight: 400;
66+
}
67+
6168
#photo img {
6269
width: 7em;
6370
border-radius: 100%;
@@ -88,6 +95,10 @@ section {
8895
text-align: left;
8996
}
9097

98+
#work h2 {
99+
font-weight: 400;
100+
}
101+
91102
#work span {
92103
font-weight: 400;
93104
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2><a href="http://www.handband.cl/">HandBand Chile</a></h2>
6161
<li>
6262
<h2><a href="http://www.poc.cl/">SPF / POC</a></h2>
6363
<span>Software Developer. June 2012 to December 2013</span>
64-
<p>This was my first attempt as a student to get a job in my field, and it was a great learning experience. I was able to use my experience with open-source software to solve some of the development team's annoyances and to try new technologies to work out data synchronization problems. I worked in the front-end and in the back-end platforms, configured the software stack for the server and virtual machines and revamped the version control system (I hope they still keep it neat).</p>
64+
<p>This was my first attempt as a student to get a job in my field, and it was a great learning experience. I was able to test my knowledge of open-source software solving some of the development team's annoyances and to try new technologies to work out data synchronization problems. I worked in the front-end and the back-end platforms, configured the software stack for the server and virtual machines and revamped the version control system (I hope they still keep it neat).</p>
6565
<ul class="tags">
6666
<li>Django</li>
6767
<li>AdobeFlex</li>

0 commit comments

Comments
 (0)
0